home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 December / Amiga Games 1996 #12.iso / devs / dm0 next >
Text File  |  1994-06-02  |  404b  |  18 lines

  1. /* MountList for dms.device driver
  2.    drive 0, you can choose between 0 to 9
  3.    
  4. */
  5.  
  6. DM0:   Device           = dms.device
  7.        Unit             = 0
  8.        Flags              = 0
  9.        Surfaces         = 2
  10.        BlocksPerTrack   = 11
  11.        Reserved         = 2
  12.        Interleave       = 0
  13.        LowCyl             = 0
  14.        HighCyl          = 79
  15.        Buffers          = 5
  16.        BufMemType       = 1
  17. #
  18.